home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / doprnt_p.h < prev    next >
C/C++ Source or Header  |  1993-10-04  |  202b  |  8 lines

  1. #ifndef __DOPRNT_P_H__
  2. #define __DOPRNT_P_H__
  3.  
  4. extern int doprnt _P_((char *buffer, register int bufsize, char *format,
  5.                        char *format_end, int nargs, char **args));
  6.  
  7. #endif
  8.